Great idea Josh! <br /> <br />This led me to see how to solve one of my problems, wanting to have a board rules link on every page - just put it in the footer (and maybe in the thing at the top, too)! I had a look at the footer template to see how these additions (like the "Delete Cookies" button) were added. <br /> <br />But instead of making the full set of changes in your mod, all I did was add these two lines in the template: <br /> | <br /><a href=/testboard/faq.php?Cat=#rules>Board Rules</a> <br /> <br />(after "{$template['privacy_statement']}" <br /> <br />This takes one directly to the board rules as stated in the FAQ, as seen by clicking on the "Board Rules" link in the footer on my
test board. <br /> <br />This worked much like what I had done on the my test board's
new user screen, to avoid having a different source for board rules than on the FAQ. (I guess I should just move that link into the separate board rules new user signup, huh?) <br /> <br />All seems to work! Do you see any problems with it? <br /> <br />Tony <img src="/forum/images/graemlins/cool.gif" alt="" />